📚 node [[feature_spec|feature spec]]
Welcome! Nobody has contributed anything to 'feature_spec|feature spec' yet. You can:
  • Write something in the document below!
    • There is at least one public document in every node in the Agora. Whatever you write in it will be integrated and made available for the next visitor to read and edit.
  • Write to the Agora from social media.
    • If you follow Agora bot on a supported platform and include the wikilink [[feature_spec|feature spec]] in a post, the Agora will link it here and optionally integrate your writing.
  • Sign up as a full Agora user.
    • As a full user you will be able to contribute your personal notes and resources directly to this knowledge commons. Some setup required :)
⥅ related node [[feature_spec]]
⥅ node [[feature_spec]] pulled by Agora

feature spec

Go back to the [[AI Glossary]]

#TensorFlow

Describes the information required to extract features data from the tf.Example protocol buffer. Because the tf.Example protocol buffer is just a container for data, you must specify the following:

the data to extract (that is, the keys for the features)
the data type (for example, float or int)
The length (fixed or variable)

The Estimator API provides facilities for producing a feature spec from a list of FeatureColumns.

📖 stoas
⥱ context